container/list.List.len (field)
7 uses
container/list (current package)
list.go#L50: len int // current list length excluding (this) sentinel element
list.go#L57: l.len = 0
list.go#L66: func (l *List) Len() int { return l.len }
list.go#L70: if l.len == 0 {
list.go#L78: if l.len == 0 {
list.go#L98: l.len++
list.go#L114: l.len--
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |